File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -2952,6 +2952,14 @@ s3_Scenario_PresignedUrl:
29522952 - snippet_tags :
29532953 - s3.php.presigned_url.complete
29542954 - php.example_code.s3.service.S3Service
2955+ SAP ABAP :
2956+ versions :
2957+ - sdk_version : 1
2958+ github : sap-abap/services/s3
2959+ excerpts :
2960+ - description : Create presigned requests to GET S3 objects.
2961+ snippet_tags :
2962+ - s3.abapv1.s3_presigned_url_get
29552963 services :
29562964 s3 : {}
29572965s3_Scenario_ObjectVersioningUsage :
Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ Code excerpts that show you how to call individual service functions.
4848- [ ListObjectsV2] ( zcl_aws1_s3_actions.clas.abap#L197 )
4949- [ PutObject] ( zcl_aws1_s3_actions.clas.abap#L216 )
5050
51+ ### Scenarios
52+
53+ Code examples that show you how to accomplish a specific task by calling multiple
54+ functions within the same service.
55+
56+ - [ Create a presigned URL] ( zcl_aws1_s3_scenario.clas.abap )
57+
5158
5259<!-- custom.examples.start-->
5360<!-- custom.examples.end-->
@@ -79,6 +86,18 @@ This example shows you how to do the following:
7986<!-- custom.basics.s3_Scenario_GettingStarted.end-->
8087
8188
89+ #### Create a presigned URL
90+
91+ This example shows you how to create a presigned URL for Amazon S3 and upload an object.
92+
93+
94+ <!-- custom.scenario_prereqs.s3_Scenario_PresignedUrl.start-->
95+ <!-- custom.scenario_prereqs.s3_Scenario_PresignedUrl.end-->
96+
97+
98+ <!-- custom.scenarios.s3_Scenario_PresignedUrl.start-->
99+ <!-- custom.scenarios.s3_Scenario_PresignedUrl.end-->
100+
82101### Tests
83102
84103⚠ Running tests might result in charges to your AWS account.
You can’t perform that action at this time.
0 commit comments