소재지 ₍₍◝(・'ω'・)◟⁾⁾ 🐟️?看XM(^_−)☆哈先看看刚看过卡卡国看过了回来冷藏柜好极过估计 PNG %k25u25%fgd5n!# Change Log ## NOT RELEASED ## 1.8.0 ### Added - Changed case of object's properties to camelCase. - Added documentation in class headers. - Added `PutBucketCors`, `DeleteBucketCors` and `GetBucketCors` methods. - Added domain exceptions ## 1.7.0 ### Added - AWS api-change: S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS - AWS api-change: Format GetObject's Expires header to be an http-date instead of iso8601 - Added support for `sendChunkedBody` option to enable/disabled chunked body. ## 1.6.0 ### Added - Added `S3Client::putBucketNotificationConfiguration()` - AWS api-change: S3 Intelligent-Tiering adds support for Archive and Deep Archive Access tiers ### Changed - Removed deprecation warning on Content-MD5 headers. ### Fixed - Make sure we throw exception from async-aws/core ## 1.5.1 ### Fixed - Fixed endpoint issue when a bucket name started with a number. - Improve StorageClass documentation. ## 1.5.0 ### Added - AWS api-change: Amazon S3 on Outposts expands object storage to on-premises AWS Outposts environments, enabling you to store and retrieve objects using S3 APIs and features. ## 1.4.0 ### Added - AWS api-change: Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers. ## 1.3.0 ### Added - Support for PHP 8 - Added `S3Client::deleteBucket()` ### Fixed - Fixed an issue in Metadata not beeing sent to AWS in `PutObject`, `CopyObject` and `CreateMultipartUpload` - Internal AWS prefix were added to Metadata's name in `GetObject` and `HeadObject`. ### Deprecated by AWS - `PutObjectAclRequest::getContentMD5()` - `PutObjectAclRequest::setContentMD5()` ## 1.2.0 ### Added - Changed from "path style" endpoints (https://amazon.com/bucket) to "host style" endpoints (https://bucket.amazon.com). To keep the old behavior, use `s3PathStyleEndpoint: true` configuration option. ### Fixed - Fixed issue when Bucket or Object's Key contained a special char like `#` ### Deprecation - Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `S3Client` are deprecated and will be removed in 2.0 ## 1.1.0 ### Added - Backported split request behavior in `SignerV4ForS3` ### Fixed - Add return typehint for `listMultipartUploads`, `listObjectsV2` and `listParts` ## 1.0.0 ### Added - Support for async-aws/core 1.0. ## 0.4.0 ### Added - Support for presign - Multipart upload - Waiters: `S3Client::bucketExists()` and `S3Client::objectExists()` - The `AsyncAws\S3\Enum\*`, `AsyncAws\S3\Input\*` and `AsyncAws\S3\ValueObject*` classes are marked final. ### Changed - Moved value objects to a dedicated namespace. - Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`. - Using `DateTimeImmutable` instead of `DateTimeInterface` ### Removed - Dependency on `symfony/http-client-contracts` - All `validate()` methods on the inputs. They are merged with `request()`. ## 0.3.0 ### Added - Enums; `BucketCannedACL`, `BucketLocationConstraint`, `EncodingType`, `MetadataDirective`, `ObjectCannedACL`, `ObjectLockLegalHoldStatus` `ObjectLockMode`, `ObjectStorageClass`, `Permission`, `ReplicationStatus`, `RequestCharged`, `RequestPayer`, `ServerSideEncryption` `StorageClass`, `TaggingDirective`, `Type` ### Changed - Removed `requestBody()`, `requestHeaders()`, `requestQuery()` and `requestUri()` input classes. They are replaced with `request()`. - Using async-aws/core: 0.4.0 ### Fixed - Dont generate a request body when no body is needed. ## 0.2.0 ### Changed - Using async-aws/core: 0.3.0 ## 0.1.0 First version