You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: doc_source/PresignedUrlUploadObject.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ import boto3
189
189
ExpiresIn=3600)
190
190
```
191
191
192
-
For a complete example that shows how to generate presigned URLs and how to use the Requests package to upload and download objects, see the [PHP presigned URL](https://docs.aws.amazon.com/code-samples/latest/catalog/python-s3-s3_basics-presigned_url.py.html) example on GitHub\. For more information about using SDK for Python \(Boto3\) to generate a presigned URL, see [Python](http://amazonaws.com/http://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.generate_presigned_url) in the *AWS SDK for PHP API Reference*\.
192
+
For a complete example that shows how to generate presigned URLs and how to use the Requests package to upload and download objects, see the [Python presigned URL](https://docs.aws.amazon.com/code-samples/latest/catalog/python-s3-s3_basics-presigned_url.py.html) example on GitHub\. For more information about using SDK for Python \(Boto3\) to generate a presigned URL, see [Python](http://amazonaws.com/http://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.generate_presigned_url) in the *AWS SDK for Python \(Boto\) API Reference*\.
Copy file name to clipboardExpand all lines: doc_source/S3LensCLIExamples.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# Amazon S3 Storage Lens examples using the AWS CLI<aname="S3LensCLIExamples"></a>
2
2
3
-
Amazon S3 Storage Lens aggregates your usage and activity metrics and displays the information in an interactive dashboard on the Amazon S3 console or through a metrics data export that can be downloaded in CSV or Parquet format\. You can use the dashboard to visualize insights and trends, flag outliers, and provides recommendations for optimizing storage costs and applying data protection best practices\. You can use S3 Storage Lens through the AWS Management Console, AWS CLI, AWS SDKs, or REST API\.\. For more information, see [Assessing storage activity and usage with Amazon S3 Storage Lens](https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html)\.
3
+
Amazon S3 Storage Lens aggregates your usage and activity metrics and displays the information in the account snapshot on the Amazon S3 console home \(**Buckets**\) page, interactive dashboards, or through a metrics export that you can download in CSV or Parquet format\. You can use the dashboard to visualize insights and trends, flag outliers, and receive recommendations for optimizing storage costs and applying data protection best practices\. You can use S3 Storage Lens through the AWS Management Console, AWS CLI, AWS SDKs, or REST API\.\. For more information, see [Assessing storage activity and usage with Amazon S3 Storage Lens](https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html)\.
4
4
5
5
The following examples show how you can use S3 Storage Lens with the AWS Command Line Interface\.
6
6
7
7
**Topics**
8
8
+[Helper files for using Amazon S3 Storage Lens](#S3LensHelperFilesCLI)
9
-
+[Using Amazon S3 Storage Lens configurations using the AWS CLI](#S3LensConfigurationsCLI)
10
-
+[Using Amazon S3 Storage Lens with your AWS Organizations using the AWS CLI](#S3LensOrganizationsCLI)
9
+
+[Using Amazon S3 Storage Lens configurations with the AWS CLI](#S3LensConfigurationsCLI)
10
+
+[Using Amazon S3 Storage Lens with AWS Organizations using the AWS CLI](#S3LensOrganizationsCLI)
11
11
12
12
## Helper files for using Amazon S3 Storage Lens<aname="S3LensHelperFilesCLI"></a>
13
13
14
-
Use the following json files for key inputs for your examples\.
14
+
Use the following JSON files for key inputs for your examples\.
@@ -123,16 +123,16 @@ S3 Storage Lens IAM permissions\.
123
123
}
124
124
```
125
125
126
-
## Using Amazon S3 Storage Lens configurations using the AWS CLI<aname="S3LensConfigurationsCLI"></a>
126
+
## Using Amazon S3 Storage Lens configurations with the AWS CLI<aname="S3LensConfigurationsCLI"></a>
127
127
128
-
You can use the AWS CLI to list, create, get and update your S3 Storage Lens configurations\. The following examples use the helper json files for key inputs\.
128
+
You can use the AWS CLI to list, create, get and update your S3 Storage Lens configurations\. The following examples use the helper JSON files for key inputs\.
129
129
130
130
**Topics**
131
131
+[Put an S3 Storage Lens configuration](#S3PutStorageLensConfigurationTagsCLI)
132
132
+[Put an S3 Storage Lens configuration without tags](#S3PutStorageLensConfigurationWOTagsCLI)
133
-
+[Gets an S3 Storage Lens configuration](#S3GetStorageLensConfigurationCLI)
134
-
+[Lists S3 Storage Lens configurations without next token](#S3ListStorageLensConfigurationsWOTokenCLI)
## Using Amazon S3 Storage Lens with your AWS Organizations using the AWS CLI<aname="S3LensOrganizationsCLI"></a>
213
+
## Using Amazon S3 Storage Lens with AWS Organizations using the AWS CLI<aname="S3LensOrganizationsCLI"></a>
214
214
215
215
Use Amazon S3 Storage Lens to collect storage metrics and usage data for all accounts that are part of your AWS Organizations hierarchy\. For more information, see [Using Amazon S3 Storage Lens with AWS Organizations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_with_organizations.html)\.
216
216
217
217
**Topics**
218
218
+[Enable Organizations trusted access for S3 Storage Lens](#OrganizationsEnableTrustedAccessS3LensCLI)
219
219
+[Disable Organizations trusted access for S3 Storage Lens](#OrganizationsDisableTrustedAccessS3LensCLI)
220
220
+[Register Organizations delegated administrators for S3 Storage Lens](#OrganizationsRegisterDelegatedAdministratorS3LensCLI)
221
-
+[De\-register Organizations delegated administrators for S3 Storage Lens](#OrganizationsDeregisterDelegatedAdministratorS3LensCLI)
221
+
+[Deregister Organizations delegated administrators for S3 Storage Lens](#OrganizationsDeregisterDelegatedAdministratorS3LensCLI)
0 commit comments