-
Hi,
I am trying to access my serverless-s3-local instance running on port 9002 from within a Docker container using this code:
```python
def put_s3_bucket(bucket, accessid, data):
s3 = boto3…
-
Hi. I'd like to set up the snap camera server on my own machine instead of using AWS or S3, is that possible?
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
I'm trying to use the AWS CLI to connect to my s3rver instance, and I'm getting the error message in the title.
I'm starting my server like this:
```javascript
const fs = require('fs');
const S3…
-
### Environment info
- NooBaa Version: **5.2**
- Platform: **OpenShift 3.11**
### Actual behavior
1. This error in the title appears in the logs on webserver restart right after loading certific…
-
### Environment info
- Version: **2.8.1-9587959**
- Deployment: **AZURE**
- Customer: **QA**
### Actual behavior
1. after a lot of writes/deletes on the internal storage, the bg_workers and w…
-
Description:
Promise returned by `handler.runHandler()` is ignored but should be awaited. (`serverless-s3-local/index.js` Line 440)
Steps to reproduce:
- Edit the file `example/put_with_s3_ev…
-
**Checklist**
I saw the readme file and tried to mock S3 upload
- [x] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution…
-
### Describe the bug
S3 is responding with `Acess Denied` error when I'm trying to upload any a file using the `s3-presigned-post` package. I must create a form in which the user can upload any typ…
-
There exists a fundamental design flaw in the file-path naming convention for the storage.
In Linux file system, a file and a directory cannot have the same name. However, for AWS S3 bucket and S3rve…