

文件 AWS 開發套件範例 GitHub 儲存庫中有更多可用的 [AWS SDK 範例](https://github.com/awsdocs/aws-doc-sdk-examples)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 AWS SDKs 的 S3 目錄儲存貯體基本範例
<a name="s3-directory-buckets_code_examples_basics"></a>

下列程式碼範例示範如何搭配 AWS SDK 使用 Amazon S3 目錄儲存貯體的基本功能。

**Contents**
+ [Hello Amazon S3 目錄儲存貯體](s3-directory-buckets_example_s3-directory-buckets_Hello_section.md)
+ [了解基本概念](s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.md)
+ [動作](s3-directory-buckets_code_examples_actions.md)
  + [`AbortMultipartUpload`](s3-directory-buckets_example_s3-directory-buckets_AbortMultipartUpload_section.md)
  + [`CompleteMultipartUpload`](s3-directory-buckets_example_s3-directory-buckets_CompleteMultipartUpload_section.md)
  + [`CopyObject`](s3-directory-buckets_example_s3-directory-buckets_CopyObject_section.md)
  + [`CreateBucket`](s3-directory-buckets_example_s3-directory-buckets_CreateBucket_section.md)
  + [`CreateMultipartUpload`](s3-directory-buckets_example_s3-directory-buckets_CreateMultipartUpload_section.md)
  + [`CreateSession`](s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.md)
  + [`DeleteBucket`](s3-directory-buckets_example_s3-directory-buckets_DeleteBucket_section.md)
  + [`DeleteBucketEncryption`](s3-directory-buckets_example_s3-directory-buckets_DeleteBucketEncryption_section.md)
  + [`DeleteBucketPolicy`](s3-directory-buckets_example_s3-directory-buckets_DeleteBucketPolicy_section.md)
  + [`DeleteObject`](s3-directory-buckets_example_s3-directory-buckets_DeleteObject_section.md)
  + [`DeleteObjects`](s3-directory-buckets_example_s3-directory-buckets_DeleteObjects_section.md)
  + [`GetBucketEncryption`](s3-directory-buckets_example_s3-directory-buckets_GetBucketEncryption_section.md)
  + [`GetBucketPolicy`](s3-directory-buckets_example_s3-directory-buckets_GetBucketPolicy_section.md)
  + [`GetObject`](s3-directory-buckets_example_s3-directory-buckets_GetObject_section.md)
  + [`GetObjectAttributes`](s3-directory-buckets_example_s3-directory-buckets_GetObjectAttributes_section.md)
  + [`HeadBucket`](s3-directory-buckets_example_s3-directory-buckets_HeadBucket_section.md)
  + [`HeadObject`](s3-directory-buckets_example_s3-directory-buckets_HeadObject_section.md)
  + [`ListDirectoryBuckets`](s3-directory-buckets_example_s3-directory-buckets_ListDirectoryBuckets_section.md)
  + [`ListMultipartUploads`](s3-directory-buckets_example_s3-directory-buckets_ListMultipartUploads_section.md)
  + [`ListObjectsV2`](s3-directory-buckets_example_s3-directory-buckets_ListObjectsV2_section.md)
  + [`ListParts`](s3-directory-buckets_example_s3-directory-buckets_ListParts_section.md)
  + [`PutBucketEncryption`](s3-directory-buckets_example_s3-directory-buckets_PutBucketEncryption_section.md)
  + [`PutBucketPolicy`](s3-directory-buckets_example_s3-directory-buckets_PutBucketPolicy_section.md)
  + [`PutObject`](s3-directory-buckets_example_s3-directory-buckets_PutObject_section.md)
  + [`UploadPart`](s3-directory-buckets_example_s3-directory-buckets_UploadPart_section.md)
  + [`UploadPartCopy`](s3-directory-buckets_example_s3-directory-buckets_UploadPartCopy_section.md)