From c7e22afd11a27ed11477d845262879e0da21f086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=E5=93=A5?= Date: Thu, 7 Aug 2025 17:00:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=91=BD=E5=90=8D=20=20BucketRequestpayment=20->=20=20BucketRe?= =?UTF-8?q?questPayment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{BucketRequestpayment.php => BucketRequestPayment.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Transform/{BucketRequestpayment.php => BucketRequestPayment.php} (100%) diff --git a/src/Transform/BucketRequestpayment.php b/src/Transform/BucketRequestPayment.php similarity index 100% rename from src/Transform/BucketRequestpayment.php rename to src/Transform/BucketRequestPayment.php From 35c26b09bebaaa5fcc740b1569d99945b506d1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=8C=AF=E4=B8=9C?= Date: Thu, 7 Aug 2025 17:41:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95=E5=8F=8A=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/index-CN.md | 138 +++++++++++++++++++++++++++++++++++++++++++++ sample/index.md | 138 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 276 insertions(+) create mode 100644 sample/index-CN.md create mode 100644 sample/index.md diff --git a/sample/index-CN.md b/sample/index-CN.md new file mode 100644 index 0000000..6fb216d --- /dev/null +++ b/sample/index-CN.md @@ -0,0 +1,138 @@ +# 示例文件索引 + +此文件包含阿里云OSS PHP SDK中所有可用示例文件的索引。每个文件了SDK的特定功能或特性。 + +- [AbortBucketWorm.php](AbortBucketWorm.php) - 如何中止存储桶的合规保留策略。 +- [AbortMultipartUpload.php](AbortMultipartUpload.php) - 如何中止分片上传。 +- [AppendObject.php](AppendObject.php) - 向对象追加数据。 +- [AsyncProcessObject.php](AsyncProcessObject.php) - 对象的异步处理。 +- [CleanRestoredObject.php](CleanRestoredObject.php) - 如何清理已恢复的对象。 +- [CloseMetaQuery.php](CloseMetaQuery.php) - 关闭元数据查询。 +- [CompleteMultipartUpload.php](CompleteMultipartUpload.php) - 完成分片上传。 +- [Copier.php](Copier.php) - 如何复制对象。 +- [CopyObject.php](CopyObject.php) - 复制对象。 +- [CreateAccessPoint.php](CreateAccessPoint.php) - 创建接入点。 +- [CreateBucketDataRedundancyTransition.php](CreateBucketDataRedundancyTransition.php) - 创建存储桶的数据冗余转换。 +- [CreateCnameToken.php](CreateCnameToken.php) - 如何创建CNAME令牌。 +- [DeleteAccessPoint.php](DeleteAccessPoint.php) - 删除接入点。 +- [DeleteBucket.php](DeleteBucket.php) - 删除存储桶。 +- [DeleteBucketCors.php](DeleteBucketCors.php) - 如何删除存储桶的跨域配置。 +- [DeleteBucketDataRedundancyTransition.php](DeleteBucketDataRedundancyTransition.php) - 删除存储桶的数据冗余转换。 +- [DeleteBucketEncryption.php](DeleteBucketEncryption.php) - 删除存储桶的加密配置。 +- [DeleteBucketInventory.php](DeleteBucketInventory.php) - 如何删除存储桶的清单配置。 +- [DeleteBucketLifecycle.php](DeleteBucketLifecycle.php) - 删除存储桶的生命周期配置。 +- [DeleteBucketLogging.php](DeleteBucketLogging.php) - 删除存储桶的日志配置。 +- [DeleteBucketPolicy.php](DeleteBucketPolicy.php) - 删除存储桶策略。 +- [DeleteBucketPublicAccessBlock.php](DeleteBucketPublicAccessBlock.php) - 如何删除存储桶的公共访问阻止配置。 +- [DeleteBucketReplication.php](DeleteBucketReplication.php) - 删除存储桶的复制配置。 +- [DeleteBucketTags.php](DeleteBucketTags.php) - 删除存储桶标签。 +- [DeleteBucketWebsite.php](DeleteBucketWebsite.php) - 如何删除存储桶的网站配置。 +- [DeleteCname.php](DeleteCname.php) - 删除CNAME记录。 +- [DeleteMultipleObjects.php](DeleteMultipleObjects.php) - 删除多个对象。 +- [DeleteObject.php](DeleteObject.php) - 如何删除对象。 +- [DeleteObjectTagging.php](DeleteObjectTagging.php) - 删除对象标签。 +- [DeletePublicAccessBlock.php](DeletePublicAccessBlock.php) - 删除公共访问阻止配置。 +- [DeleteStyle.php](DeleteStyle.php) - 删除样式。 +- [DeleteUserDefinedLogFieldsConfig.php](DeleteUserDefinedLogFieldsConfig.php) - 如何删除用户自定义日志字段配置。 +- [DeletetAccessPointPolicy.php](DeletetAccessPointPolicy.php) - 删除接入点策略。 +- [DescribeRegions.php](DescribeRegions.php) - 描述区域信息。 +- [DoMetaQuery.php](DoMetaQuery.php) - 如何执行元数据查询。 +- [Downloader.php](Downloader.php) - 下载对象。 +- [EncryptionClient.php](EncryptionClient.php) - 使用加密客户端。 +- [ExtentBucketWorm.php](ExtentBucketWorm.php) - 如何延长存储桶的合规保留策略。 +- [GetAccessPoint.php](GetAccessPoint.php) - 获取接入点。 +- [GetAccessPointPolicy.php](GetAccessPointPolicy.php) - 获取接入点策略。 +- [GetBucketAccessMonitor.php](GetBucketAccessMonitor.php) - 获取存储桶访问监控配置。 +- [GetBucketAcl.php](GetBucketAcl.php) - 如何获取存储桶ACL。 +- [GetBucketArchiveDirectRead.php](GetBucketArchiveDirectRead.php) - 获取存储桶归档直读配置。 +- [GetBucketCors.php](GetBucketCors.php) - 获取存储桶跨域配置。 +- [GetBucketDataRedundancyTransition.php](GetBucketDataRedundancyTransition.php) - 如何获取存储桶数据冗余转换。 +- [GetBucketEncryption.php](GetBucketEncryption.php) - 获取存储桶加密配置。 +- [GetBucketHttpsConfig.php](GetBucketHttpsConfig.php) - 获取存储桶HTTPS配置。 +- [GetBucketInfo.php](GetBucketInfo.php) - 如何获取存储桶信息。 +- [GetBucketInventory.php](GetBucketInventory.php) - 获取存储桶清单配置。 +- [GetBucketLifecycle.php](GetBucketLifecycle.php) - 获取存储桶生命周期配置。 +- [GetBucketLocation.php](GetBucketLocation.php) - 如何获取存储桶位置。 +- [GetBucketLogging.php](GetBucketLogging.php) - 获取存储桶日志配置。 +- [GetBucketPolicy.php](GetBucketPolicy.php) - 如何获取存储桶策略。 +- [GetBucketPolicyStatus.php](GetBucketPolicyStatus.php) - 获取存储桶策略状态。 +- [GetBucketPublicAccessBlock.php](GetBucketPublicAccessBlock.php) - 获取存储桶公共访问阻止配置。 +- [GetBucketReferer.php](GetBucketReferer.php) - 如何获取存储桶防盗链配置。 +- [GetBucketReplication.php](GetBucketReplication.php) - 获取存储桶复制配置。 +- [GetBucketReplicationLocation.php](GetBucketReplicationLocation.php) - 获取存储桶复制位置。 +- [GetBucketReplicationProgress.php](GetBucketReplicationProgress.php) - 如何获取存储桶复制进度。 +- [GetBucketRequestPayment.php](GetBucketRequestPayment.php) - 获取存储桶请求者付费配置。 +- [GetBucketResourceGroup.php](GetBucketResourceGroup.php) - 获取存储桶资源组。 +- [GetBucketStat.php](GetBucketStat.php) - 获取存储桶统计信息。 +- [GetBucketTags.php](GetBucketTags.php) - 如何获取存储桶标签。 +- [GetBucketTransferAcceleration.php](GetBucketTransferAcceleration.php) - 获取存储桶传输加速配置。 +- [GetBucketVersioning.php](GetBucketVersioning.php) - 获取存储桶版本控制配置。 +- [GetBucketWebsite.php](GetBucketWebsite.php) - 如何获取存储桶网站配置。 +- [GetBucketWorm.php](GetBucketWorm.php) - 获取存储桶合规保留策略配置。 +- [GetCnameToken.php](GetCnameToken.php) - 获取CNAME令牌。 +- [GetMetaQueryStatus.php](GetMetaQueryStatus.php) - 如何获取元数据查询状态。 +- [GetObject.php](GetObject.php) - 获取对象。 +- [GetObjectAcl.php](GetObjectAcl.php) - 获取对象ACL。 +- [GetObjectMeta.php](GetObjectMeta.php) - 获取对象元数据。 +- [GetObjectTagging.php](GetObjectTagging.php) - 如何获取对象标签。 +- [GetPublicAccessBlock.php](GetPublicAccessBlock.php) - 获取公共访问阻止配置。 +- [GetStyle.php](GetStyle.php) - 获取样式。 +- [GetSymlink.php](GetSymlink.php) - 如何获取符号链接。 +- [GetUserDefinedLogFieldsConfig.php](GetUserDefinedLogFieldsConfig.php) - 获取用户自定义日志字段配置。 +- [HeadObject.php](HeadObject.php) - 获取对象头部信息。 +- [InitiateBucketWorm.php](InitiateBucketWorm.php) - 如何启动存储桶的合规保留策略。 +- [InitiateMultipartUpload.php](InitiateMultipartUpload.php) - 启动分片上传。 +- [IsBucketExist.php](IsBucketExist.php) - 检查存储桶是否存在。 +- [IsObjectExist.php](IsObjectExist.php) - 检查对象是否存在。 +- [ListAccessPoint.php](ListAccessPoint.php) - 如何列出接入点。 +- [ListBucketDataRedundancyTransition.php](ListBucketDataRedundancyTransition.php) - 列出存储桶数据冗余转换。 +- [ListBucketInventory.php](ListBucketInventory.php) - 列出存储桶清单配置。 +- [ListBuckets.php](ListBuckets.php) - 如何列出存储桶。 +- [ListCloudBoxes.php](ListCloudBoxes.php) - 列出云盒。 +- [ListCname.php](ListCname.php) - 列出CNAME记录。 +- [ListMultipartUploads.php](ListMultipartUploads.php) - 如何列出分片上传。 +- [ListObjectVersions.php](ListObjectVersions.php) - 列出对象版本。 +- [ListObjects.php](ListObjects.php) - 列出对象。 +- [ListObjectsV2.php](ListObjectsV2.php) - 使用V2 API列出对象。 +- [ListParts.php](ListParts.php) - 如何列出分片上传的部分。 +- [ListStyle.php](ListStyle.php) - 列出样式。 +- [ListUserDataRedundancyTransition.php](ListUserDataRedundancyTransition.php) - 列出用户数据冗余转换。 +- [OpenMetaQuery.php](OpenMetaQuery.php) - 如何打开元数据查询。 +- [OptionObject.php](OptionObject.php) - 处理对象的OPTIONS请求。 +- [PostObject.php](PostObject.php) - 发布对象。 +- [Presign.php](Presign.php) - 如何生成预签名URL。 +- [ProcessObject.php](ProcessObject.php) - 处理对象。 +- [PutAccessPointPolicy.php](PutAccessPointPolicy.php) - 设置接入点策略。 +- [PutBucket.php](PutBucket.php) - 创建存储桶。 +- [PutBucketAccessMonitor.php](PutBucketAccessMonitor.php) - 如何设置存储桶访问监控配置。 +- [PutBucketAcl.php](PutBucketAcl.php) - 设置存储桶ACL。 +- [PutBucketArchiveDirectRead.php](PutBucketArchiveDirectRead.php) - 设置存储桶归档直接读取配置。 +- [PutBucketCors.php](PutBucketCors.php) - 如何设置存储桶CORS配置。 +- [PutBucketEncryption.php](PutBucketEncryption.php) - 设置存储桶加密配置。 +- [PutBucketHttpsConfig.php](PutBucketHttpsConfig.php) - 设置存储桶HTTPS配置。 +- [PutBucketInventory.php](PutBucketInventory.php) - 如何设置存储桶清单配置。 +- [PutBucketLifecycle.php](PutBucketLifecycle.php) - 设置存储桶生命周期配置。 +- [PutBucketLogging.php](PutBucketLogging.php) - 设置存储桶日志配置。 +- [PutBucketPolicy.php](PutBucketPolicy.php) - 设置存储桶策略。 +- [PutBucketPublicAccessBlock.php](PutBucketPublicAccessBlock.php) - 如何设置存储桶公共访问阻止配置。 +- [PutBucketReferer.php](PutBucketReferer.php) - 设置存储桶referer配置。 +- [PutBucketReplication.php](PutBucketReplication.php) - 设置存储桶复制配置。 +- [PutBucketRequestPayment.php](PutBucketRequestPayment.php) - 如何设置存储桶请求者付费配置。 +- [PutBucketResourceGroup.php](PutBucketResourceGroup.php) - 设置存储桶资源组。 +- [PutBucketRtc.php](PutBucketRtc.php) - 设置存储桶RTC配置。 +- [PutBucketTags.php](PutBucketTags.php) - 如何设置存储桶标签。 +- [PutBucketTransferAcceleration.php](PutBucketTransferAcceleration.php) - 设置存储桶传输加速配置。 +- [PutBucketVersioning.php](PutBucketVersioning.php) - 设置存储桶版本控制配置。 +- [PutBucketWebsite.php](PutBucketWebsite.php) - 配置存储桶网站托管。 +- [PutCname.php](PutCname.php) - 如何将自定义域名绑定到存储桶。 +- [PutObject.php](PutObject.php) - 上传对象到OSS。 +- [PutObjectAcl.php](PutObjectAcl.php) - 设置对象访问控制权限。 +- [PutObjectTagging.php](PutObjectTagging.php) - 如何为对象设置标签。 +- [PutPublicAccessBlock.php](PutPublicAccessBlock.php) - 阻止对象的公共访问。 +- [PutStyle.php](PutStyle.php) - 创建图像样式。 +- [PutSymlink.php](PutSymlink.php) - 如何创建对象的符号链接。 +- [PutUserDefinedLogFieldsConfig.php](PutUserDefinedLogFieldsConfig.php) - 配置用户自定义日志字段。 +- [RestoreObject.php](RestoreObject.php) - 如何恢复归档对象。 +- [UploadPart.php](UploadPart.php) - 在分片上传中上传一个部分。 +- [UploadPartCopy.php](UploadPartCopy.php) - 在分片上传中复制一个部分。 +- [Uploader.php](Uploader.php) - 如何使用上传工具进行对象上传。 \ No newline at end of file diff --git a/sample/index.md b/sample/index.md new file mode 100644 index 0000000..5705efc --- /dev/null +++ b/sample/index.md @@ -0,0 +1,138 @@ +# Sample Files Index + +This file contains an index of all the sample files available in the Alibaba Cloud OSS PHP SDK. Each file demonstrates a specific functionality or feature of the SDK. + +- [AbortBucketWorm.php](AbortBucketWorm.php) - Demonstrates how to abort a bucket worm. +- [AbortMultipartUpload.php](AbortMultipartUpload.php) - Shows how to abort a multipart upload. +- [AppendObject.php](AppendObject.php) - Illustrates appending data to an object. +- [AsyncProcessObject.php](AsyncProcessObject.php) - Demonstrates asynchronous processing of objects. +- [CleanRestoredObject.php](CleanRestoredObject.php) - Shows how to clean restored objects. +- [CloseMetaQuery.php](CloseMetaQuery.php) - Illustrates closing a meta query. +- [CompleteMultipartUpload.php](CompleteMultipartUpload.php) - Demonstrates completing a multipart upload. +- [Copier.php](Copier.php) - Shows how to copy objects. +- [CopyObject.php](CopyObject.php) - Illustrates copying an object. +- [CreateAccessPoint.php](CreateAccessPoint.php) - Demonstrates creating an access point. +- [CreateBucketDataRedundancyTransition.php](CreateBucketDataRedundancyTransition.php) - Demonstrates creating a bucket data redundancy transition. +- [CreateCnameToken.php](CreateCnameToken.php) - Shows how to create a CNAME token. +- [DeleteAccessPoint.php](DeleteAccessPoint.php) - Illustrates deleting an access point. +- [DeleteBucket.php](DeleteBucket.php) - Demonstrates deleting a bucket. +- [DeleteBucketCors.php](DeleteBucketCors.php) - Shows how to delete bucket CORS configuration. +- [DeleteBucketDataRedundancyTransition.php](DeleteBucketDataRedundancyTransition.php) - Illustrates deleting a bucket data redundancy transition. +- [DeleteBucketEncryption.php](DeleteBucketEncryption.php) - Demonstrates deleting bucket encryption. +- [DeleteBucketInventory.php](DeleteBucketInventory.php) - Shows how to delete bucket inventory configuration. +- [DeleteBucketLifecycle.php](DeleteBucketLifecycle.php) - Illustrates deleting bucket lifecycle configuration. +- [DeleteBucketLogging.php](DeleteBucketLogging.php) - Demonstrates deleting bucket logging configuration. +- [DeleteBucketPolicy.php](DeleteBucketPolicy.php) - Demonstrates deleting bucket policy. +- [DeleteBucketPublicAccessBlock.php](DeleteBucketPublicAccessBlock.php) - Shows how to delete bucket public access block. +- [DeleteBucketReplication.php](DeleteBucketReplication.php) - Illustrates deleting bucket replication configuration. +- [DeleteBucketTags.php](DeleteBucketTags.php) - Demonstrates deleting bucket tags. +- [DeleteBucketWebsite.php](DeleteBucketWebsite.php) - Shows how to delete bucket website configuration. +- [DeleteCname.php](DeleteCname.php) - Illustrates deleting a CNAME. +- [DeleteMultipleObjects.php](DeleteMultipleObjects.php) - Demonstrates deleting multiple objects. +- [DeleteObject.php](DeleteObject.php) - Shows how to delete an object. +- [DeleteObjectTagging.php](DeleteObjectTagging.php) - Illustrates deleting object tagging. +- [DeletePublicAccessBlock.php](DeletePublicAccessBlock.php) - Demonstrates deleting public access block. +- [DeleteStyle.php](DeleteStyle.php) - Demonstrates deleting a style. +- [DeleteUserDefinedLogFieldsConfig.php](DeleteUserDefinedLogFieldsConfig.php) - Shows how to delete user-defined log fields configuration. +- [DeletetAccessPointPolicy.php](DeletetAccessPointPolicy.php) - Illustrates deleting an access point policy. +- [DescribeRegions.php](DescribeRegions.php) - Demonstrates describing regions. +- [DoMetaQuery.php](DoMetaQuery.php) - Shows how to perform a meta query. +- [Downloader.php](Downloader.php) - Illustrates downloading objects. +- [EncryptionClient.php](EncryptionClient.php) - Demonstrates using the encryption client. +- [ExtentBucketWorm.php](ExtentBucketWorm.php) - Shows how to extend a bucket worm. +- [GetAccessPoint.php](GetAccessPoint.php) - Illustrates getting an access point. +- [GetAccessPointPolicy.php](GetAccessPointPolicy.php) - Demonstrates getting an access point policy. +- [GetBucketAccessMonitor.php](GetBucketAccessMonitor.php) - Demonstrates getting bucket access monitor configuration. +- [GetBucketAcl.php](GetBucketAcl.php) - Shows how to get bucket ACL. +- [GetBucketArchiveDirectRead.php](GetBucketArchiveDirectRead.php) - Illustrates getting bucket archive direct read configuration. +- [GetBucketCors.php](GetBucketCors.php) - Demonstrates getting bucket CORS configuration. +- [GetBucketDataRedundancyTransition.php](GetBucketDataRedundancyTransition.php) - Shows how to get bucket data redundancy transition. +- [GetBucketEncryption.php](GetBucketEncryption.php) - Illustrates getting bucket encryption configuration. +- [GetBucketHttpsConfig.php](GetBucketHttpsConfig.php) - Demonstrates getting bucket HTTPS configuration. +- [GetBucketInfo.php](GetBucketInfo.php) - Shows how to get bucket information. +- [GetBucketInventory.php](GetBucketInventory.php) - Illustrates getting bucket inventory configuration. +- [GetBucketLifecycle.php](GetBucketLifecycle.php) - Demonstrates getting bucket lifecycle configuration. +- [GetBucketLocation.php](GetBucketLocation.php) - Shows how to get bucket location. +- [GetBucketLogging.php](GetBucketLogging.php) - Demonstrates getting bucket logging configuration. +- [GetBucketPolicy.php](GetBucketPolicy.php) - Shows how to get bucket policy. +- [GetBucketPolicyStatus.php](GetBucketPolicyStatus.php) - Illustrates getting bucket policy status. +- [GetBucketPublicAccessBlock.php](GetBucketPublicAccessBlock.php) - Demonstrates getting bucket public access block. +- [GetBucketReferer.php](GetBucketReferer.php) - Shows how to get bucket referer configuration. +- [GetBucketReplication.php](GetBucketReplication.php) - Illustrates getting bucket replication configuration. +- [GetBucketReplicationLocation.php](GetBucketReplicationLocation.php) - Demonstrates getting bucket replication location. +- [GetBucketReplicationProgress.php](GetBucketReplicationProgress.php) - Shows how to get bucket replication progress. +- [GetBucketRequestPayment.php](GetBucketRequestPayment.php) - Illustrates getting bucket request payment configuration. +- [GetBucketResourceGroup.php](GetBucketResourceGroup.php) - Demonstrates getting bucket resource group. +- [GetBucketStat.php](GetBucketStat.php) - Demonstrates getting bucket statistics. +- [GetBucketTags.php](GetBucketTags.php) - Shows how to get bucket tags. +- [GetBucketTransferAcceleration.php](GetBucketTransferAcceleration.php) - Illustrates getting bucket transfer acceleration configuration. +- [GetBucketVersioning.php](GetBucketVersioning.php) - Demonstrates getting bucket versioning configuration. +- [GetBucketWebsite.php](GetBucketWebsite.php) - Shows how to get bucket website configuration. +- [GetBucketWorm.php](GetBucketWorm.php) - Illustrates getting bucket worm configuration. +- [GetCnameToken.php](GetCnameToken.php) - Demonstrates getting a CNAME token. +- [GetMetaQueryStatus.php](GetMetaQueryStatus.php) - Shows how to get meta query status. +- [GetObject.php](GetObject.php) - Illustrates getting an object. +- [GetObjectAcl.php](GetObjectAcl.php) - Demonstrates getting object ACL. +- [GetObjectMeta.php](GetObjectMeta.php) - Demonstrates getting object metadata. +- [GetObjectTagging.php](GetObjectTagging.php) - Shows how to get object tagging. +- [GetPublicAccessBlock.php](GetPublicAccessBlock.php) - Illustrates getting public access block. +- [GetStyle.php](GetStyle.php) - Demonstrates getting a style. +- [GetSymlink.php](GetSymlink.php) - Shows how to get a symlink. +- [GetUserDefinedLogFieldsConfig.php](GetUserDefinedLogFieldsConfig.php) - Illustrates getting user-defined log fields configuration. +- [HeadObject.php](HeadObject.php) - Demonstrates getting object headers. +- [InitiateBucketWorm.php](InitiateBucketWorm.php) - Shows how to initiate a bucket worm. +- [InitiateMultipartUpload.php](InitiateMultipartUpload.php) - Illustrates initiating a multipart upload. +- [IsBucketExist.php](IsBucketExist.php) - Demonstrates checking if a bucket exists. +- [IsObjectExist.php](IsObjectExist.php) - Demonstrates checking if an object exists. +- [ListAccessPoint.php](ListAccessPoint.php) - Shows how to list access points. +- [ListBucketDataRedundancyTransition.php](ListBucketDataRedundancyTransition.php) - Illustrates listing bucket data redundancy transitions. +- [ListBucketInventory.php](ListBucketInventory.php) - Demonstrates listing bucket inventory configurations. +- [ListBuckets.php](ListBuckets.php) - Shows how to list buckets. +- [ListCloudBoxes.php](ListCloudBoxes.php) - Illustrates listing cloud boxes. +- [ListCname.php](ListCname.php) - Demonstrates listing CNAMEs. +- [ListMultipartUploads.php](ListMultipartUploads.php) - Shows how to list multipart uploads. +- [ListObjectVersions.php](ListObjectVersions.php) - Illustrates listing object versions. +- [ListObjects.php](ListObjects.php) - Demonstrates listing objects. +- [ListObjectsV2.php](ListObjectsV2.php) - Demonstrates listing objects using V2 API. +- [ListParts.php](ListParts.php) - Shows how to list parts of a multipart upload. +- [ListStyle.php](ListStyle.php) - Illustrates listing styles. +- [ListUserDataRedundancyTransition.php](ListUserDataRedundancyTransition.php) - Demonstrates listing user data redundancy transitions. +- [OpenMetaQuery.php](OpenMetaQuery.php) - Shows how to open a meta query. +- [OptionObject.php](OptionObject.php) - Illustrates handling OPTIONS requests for objects. +- [PostObject.php](PostObject.php) - Demonstrates posting an object. +- [Presign.php](Presign.php) - Shows how to generate presigned URLs. +- [ProcessObject.php](ProcessObject.php) - Illustrates processing objects. +- [PutAccessPointPolicy.php](PutAccessPointPolicy.php) - Demonstrates putting an access point policy. +- [PutBucket.php](PutBucket.php) - Demonstrates creating a bucket. +- [PutBucketAccessMonitor.php](PutBucketAccessMonitor.php) - Shows how to put bucket access monitor configuration. +- [PutBucketAcl.php](PutBucketAcl.php) - Illustrates putting bucket ACL. +- [PutBucketArchiveDirectRead.php](PutBucketArchiveDirectRead.php) - Demonstrates putting bucket archive direct read configuration. +- [PutBucketCors.php](PutBucketCors.php) - Shows how to put bucket CORS configuration. +- [PutBucketEncryption.php](PutBucketEncryption.php) - Illustrates putting bucket encryption configuration. +- [PutBucketHttpsConfig.php](PutBucketHttpsConfig.php) - Demonstrates putting bucket HTTPS configuration. +- [PutBucketInventory.php](PutBucketInventory.php) - Shows how to put bucket inventory configuration. +- [PutBucketLifecycle.php](PutBucketLifecycle.php) - Illustrates putting bucket lifecycle configuration. +- [PutBucketLogging.php](PutBucketLogging.php) - Demonstrates putting bucket logging configuration. +- [PutBucketPolicy.php](PutBucketPolicy.php) - Demonstrates putting bucket policy. +- [PutBucketPublicAccessBlock.php](PutBucketPublicAccessBlock.php) - Shows how to put bucket public access block. +- [PutBucketReferer.php](PutBucketReferer.php) - Illustrates putting bucket referer configuration. +- [PutBucketReplication.php](PutBucketReplication.php) - Demonstrates putting bucket replication configuration. +- [PutBucketRequestPayment.php](PutBucketRequestPayment.php) - Shows how to put bucket request payment configuration. +- [PutBucketResourceGroup.php](PutBucketResourceGroup.php) - Illustrates putting bucket resource group. +- [PutBucketRtc.php](PutBucketRtc.php) - Demonstrates putting bucket RTC configuration. +- [PutBucketTags.php](PutBucketTags.php) - Shows how to put bucket tags. +- [PutBucketTransferAcceleration.php](PutBucketTransferAcceleration.php) - Illustrates putting bucket transfer acceleration configuration. +- [PutBucketVersioning.php](PutBucketVersioning.php) - Demonstrates putting bucket versioning configuration. +- [PutBucketWebsite.php](PutBucketWebsite.php) - Demonstrates configuring bucket website hosting. +- [PutCname.php](PutCname.php) - Shows how to bind a custom domain name to a bucket. +- [PutObject.php](PutObject.php) - Illustrates uploading an object to OSS. +- [PutObjectAcl.php](PutObjectAcl.php) - Demonstrates setting object access control permissions. +- [PutObjectTagging.php](PutObjectTagging.php) - Shows how to set tags for an object. +- [PutPublicAccessBlock.php](PutPublicAccessBlock.php) - Illustrates blocking public access to objects. +- [PutStyle.php](PutStyle.php) - Demonstrates creating an image style. +- [PutSymlink.php](PutSymlink.php) - Shows how to create a symbolic link to an object. +- [PutUserDefinedLogFieldsConfig.php](PutUserDefinedLogFieldsConfig.php) - Demonstrates configuring user-defined logging fields. +- [RestoreObject.php](RestoreObject.php) - Shows how to restore archived objects. +- [UploadPart.php](UploadPart.php) - Illustrates uploading a part in multipart upload. +- [UploadPartCopy.php](UploadPartCopy.php) - Demonstrates copying a part in multipart upload. +- [Uploader.php](Uploader.php) - Shows how to use the uploader utility for object uploads. \ No newline at end of file