Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,24 @@
*
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
* <ul>
* <li>Partially Supported
* <li>Supported
* <ul>
* <li>create
* <li>get
* <li>delete
* <li>directory listing
* <li>object create
* <li>object get
* <li>object delete
* <li>list the contents of a bucket
* </ul>
* <li>Unsupported
* <ul>
* <li>bucket create
* <li>bucket get
* <li>bucket delete
* <li>list all buckets
* <li>generations
* <li>file attributes
* <li>patch
* <li>continueRewrite
* <li>createBatch
* </ul>
* </ul>
*/
Expand Down