Questions tagged [s3ql]

7 questions
11
votes
1 answer

Share a FUSE FS mounted inside a docker container through volumes

I created a docker container where I mount a fuse S3QL FS. And this is working. Now I'd like to be able to share this mount point with the host or with other containers but it does not work. To make it short, I run the container that way : docker…
Nicolas Gif
  • 113
  • 1
  • 5
4
votes
1 answer

PostgreSQL and S3QL for storing/accessing lots of data

We're currently using Postgres 9 on Amazon's EC2 and are very satisfied with the performance. Now we're looking at adding ~2TB of data to Postgres, which is larger than our EC2 small instance can hold. I found S3QL and am considering using it in…
Growth Mindset
  • 1,135
  • 1
  • 12
  • 28
4
votes
1 answer

How to create a s3ql file system and mount it automatically on boot?

I've been experimenting with s3ql on Ubuntu 10.04, using it to mount Amazon S3 buckets. However, I'd really like it to mount them automatically. Does anyone know how to do that? Solution: Thanks to help from Nikratio of s3ql I'm finally able to…
ks78
  • 927
  • 2
  • 17
  • 34
1
vote
0 answers

Ubuntu 16.04 - Mount S3 volume in Boot

I am attempting to get a AWS S3 volume to mount on boot using systemd on Ubuntu 16.04, utilizing S3QL. As of now, I can successfully mount the volume manually using mount.s3ql. I have also created a systemd serverice (s3ql.service) and running…
1
vote
1 answer

how to list object in aws s3 using S3QL

I'm following this tutorial [http://ubuntuservergui.com/ubuntu-server-guide/mount-s3-ubuntu-server] to mount my s3 bucket, setup already done, but i don't know how to list object and anything else. in command line I do cd /mnt/s3 and i'm only found…
Khalid
  • 887
  • 2
  • 13
  • 26
0
votes
1 answer

How to limit the size of cache directory for s3ql?

I mounted a remote S3 compatible filesystem with s3ql and provided a cache directory name. It works nicely, however, the cache directory uses more and more space on my local machine. Is there a way to limit the size of the content in the cache…
Soerendip
  • 7,684
  • 15
  • 61
  • 128
0
votes
1 answer

Setting up S3QL with FIWARE Object Storage GE (Openstack Swift)

I am trying to setup S3QL with Object Storage GE and there seems to be only one piece of information missing. I successfully installed S3QL thanks to this pretty good tutorial:…
Clemens Sum
  • 1,110
  • 8
  • 13