From: Jeff Garzik <jeff@garzik.org>
To: Project Hail <hail-devel@vger.kernel.org>
Subject: tabled: Some Amazon S3 features to consider
Date: Tue, 06 Jul 2010 16:04:15 -0400 [thread overview]
Message-ID: <4C338C3F.3080808@garzik.org> (raw)
Here are a few interesting things that have appeared in the S3 API since
its initial release:
1) Object versioning. All objects now uniquely identified by (key,
version) pair. API compatibility is maintained by supporting the notion
of "current" version.
2) Object copying. Rather than an expensive S3->client->S3 round-trip,
you may supply the x-amz-copy-source header to the PUT operation,
causing S3 to use an existing object's data as the source for the PUT.
3) Reduced redundancy. x-amz-storage-class header may used to specify
normal durability ("STANDARD") or reduced durability ("REDUCED_REDUNDANCY").
4) Regions (localization). Bucket locations may be set. Project Hail
services have some notion of location as well. See if we can match up
the two...
5) POST HTTP method. POST is like PUT, but can be used directly from a
browser.
reply other threads:[~2010-07-06 20:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C338C3F.3080808@garzik.org \
--to=jeff@garzik.org \
--cc=hail-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.