35394/adding-a-redirect-header-on-a-amazon-s3-object
I want to add a redirect header to my Amazon S3 object. Is it possible to do so?
Preferably by setting a header like this on the object:
HTTP/1.1 301 Moved Permanently Location: http://example.com/test Content-Type: text/html Content-Length: 0
Yes. You can definitely do that, as in adding a redirecting header to S3 object. Amazon Web Services has added a feature, which enables to exactly that.
Refer to this AWS documentation - Configuring a web page redirect
Here is the Python code using boto ...READ MORE
While IOUtils.copy() and IOUtils.copyLarge() are great, I would prefer the old ...READ MORE
This article pretty much explains the entire ...READ MORE
This is not supposed to happen. Please ...READ MORE
Here's a UNIX/Linux shell way. for f in ...READ MORE
You don't actually need cli to get the ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
The IAM username and password can only ...READ MORE
The code would be something like this: import ...READ MORE
You can track metrics for your bot ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.