Ramprasad
Ramprasad

Reputation: 365

URL shortening for AWS S3 Bucket data

For my website, i am storing user data in Amazon S3. But the problem is my amazon s3 link is very length and I want to shorten the URL.

Anybody knows how to get shorten URL from AWS?

Upvotes: 2

Views: 2027

Answers (1)

Mircea
Mircea

Reputation: 10566

The short answer is that you don't get something like this from AWS.
You can chose to use something that's already out there and proven to work to shorten the url or depending on your requirements you're gonna have to build your own.

Upvotes: 2

Related Questions