-
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help.
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
## Describe the Bug
…
-
**What happened**:
Trying to create a directory in a bucket and it silently fails.
**What you expected to happen**:
Expect a key created in a bucket.
**Minimal Complete Verifiable Example*…
-
### Preconditions and environment
2.4.7-p1
S3 Storage Enabled
### Steps to reproduce
Deploy 2.4.7-p1
Enable S3 Storage
Enable Maintenance Mode
### Expected result
I wouldn't expect the mecha…
-
Hello,
I see that currently there is no way to supply a folder rather than a file, to be uploaded to s3. Is there a reason why this wasn't implemented? In googling, I find that in the golang aws …
-
When accessing a protected bucket, like all NASA DAACs, that require authentication (EDL), to get a short term S3 session, you must make sure not to use the environment option:
`os.environ['AWS_NO_SI…
-
https://docs.daily.co/guides/products/live-streaming-recording/storing-recordings-in-a-custom-s3-bucket#main
[CAL-2355](https://linear.app/calcom/issue/CAL-2355/move-recording-to-s3)
-
I use the following s3 protocol API environment variables to start the Milvus service, is it correct?
我使用下面的s3协议接口环境变量启动Milvus服务,是否正确?
docker run -d -it \
--name milvus_datacoord-up1 \
-p 1333…
-
### Describe the bug
The documentation for HeadObjectOutput says that the DeleteMarker field is true if the object is a delete marker.
```
// Specifies whether the object retrieved was (true) o…
-
A few open questions-
* For Vector Tiles generated using Feature Collections, we can be sure that an asset will be available in S3 as a geopackage, do we mandate the requirement that the asset must …
-
Steps to reproduce:
```python
# take an existing file
src = S3Path("s3://my-bucket/file.txt")
# and copy it into non-existent folder
dst = S3Path("s3://my-bucket/destination/")
src.copy(dst)
…