Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AbortIncompleteMultipartUpload Source #
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.
See: newAbortIncompleteMultipartUpload
smart constructor.
AbortIncompleteMultipartUpload' | |
|
Instances
newAbortIncompleteMultipartUpload :: AbortIncompleteMultipartUpload Source #
Create a value of AbortIncompleteMultipartUpload
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:daysAfterInitiation:AbortIncompleteMultipartUpload'
, abortIncompleteMultipartUpload_daysAfterInitiation
- Specifies the number of days after which Amazon S3 aborts an incomplete
multipart upload.
abortIncompleteMultipartUpload_daysAfterInitiation :: Lens' AbortIncompleteMultipartUpload (Maybe Int) Source #
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.