Questions tagged with Amazon Simple Storage Service
Content language: English
Sort by most recent
After initiating a restore on several files about a day ago in S3 Glacier Deep Archive, using 'Standard' (Typically 12 hours), and setting them as 'available' for 7 days, none of the files seem to...
As AWS mentioned in docmuent, EBS Snapshot will store in S3. But price for EBS Snapshot is more expensive than S3 price.
For example, in Singapore region,
- EBS Snapshot price for Standard is...
I have SSM document that accessing an S3 bucket using HTTPS. The bucket contains an installer . I can access the installer using below S3 policy, but it is open to public. Is there a way to restrict...
We have a requirement where the user would use a drag and drop file upload control to select multiple files (may be large size files like 100MB) and these files would then be uploaded to S3 via our...
We have .net 6 application from where we are publishing email/text notification using masstransit and subscribing in another application from same solution. Publishing email with attachment is working...
Hi Community,
Looking for some help with IoT Analytics datastore(s3) partitions.
Currently my pipeline routes all the messages to datastore on s3 (customer managed storage) with no custom partitions...
Hi, I'm using aws cli and boto3 in Linux ubunto 20.4 locally and encountered similar problems. Once in a while, the upload started and I get an `upload fail......Could not connect to the endpoint...
As we are trying to delete an object from S3 using SDK getting 403 error for DeleteObject below is the Request...
so I have 2 streams and I am merging them and then I am putting them in 1 stream which is named join which is connected to a delivery stream, when I am running the specific code manually on aws...
Hello,
I have executed a batch operation to replicate the objects from one bucket to another, but from the Metrics tab, the number of objects on the destination bucket is different from the amount of...
i wanted to deploy a static website build up of html, css, js. after following the procedure of deploying static website on s3. its still showing error
Code: NoSuchKey
Message: The specified...
```
bool AwsDoc::S3::PutObjectAsync(const Aws::S3::S3Client &s3Client,
const Aws::String &bucketName,
const Aws::String &fileName) {
//...