-
Which access key id should be use, I've use fake details and getting below error
```
ERROR: S3 error: 403 (InvalidAccessKeyId): The AWS Access Key Id you provided does not exist in our records.
```
-
I'm using HEAD of fakes3, and whenever I restart the fakes3 server lookinng up keys is not working anymore, I always get an empty list of objects for each bucket.
-
there are some process that are closed more gracefully with SIGINT signal instead of SIGTERM
It would be nice to pass on some option to let grunt-service know which signal to use to killing a service…
-
Hi,
I've been using fakes3 quite a lot those past month util I faced this ...
Do you know what can cause this.
[2016-04-01 10:30:02] ERROR NoMethodError: undefined method `Error' for #
/usr/loc…
-
This would be very helpful since we will not be required to create bucket manually using s3cmd.
-
I'm working with Spark and try to save DataFrame into Parquet files. It seems it's able to create buckets, directories, list them, but when it tries to create a file, then server throws an exception i…
-
Fakes3 is unable to serve files under another hostname.
I'm using fakes3 0.2.1.
Here's how to reproduce the problem:
Save the file `s3client.py`:
``` python
from boto.s3.connection import S3Connect…
-
```
[2015-11-02 14:28:37] INFO WEBrick 1.3.1
[2015-11-02 14:28:37] INFO ruby 1.9.3 (2011-10-30) [x86_64-linux]
[2015-11-02 14:28:37] INFO WEBrick::HTTPServer#start: pid=4052 port=8000
localhost - -…
-
I am not familiar with ruby, but here is a proposed fix. (I do not know how to submit patches, i tried to write a test for it, but i really do not know ruby.)
``` diff
diff --git a/lib/fakes3/file_st…
-
It would be very nice if you could provide some sort of a chmod setting to the tool so that the files in the fakes3 directory could be deleted by another user via a basic rm -rf command.
My use case.…