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:
2952
2952
- snippet_tags :
2953
2953
- s3.php.presigned_url.complete
2954
2954
- 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
2955
2963
services :
2956
2964
s3 : {}
2957
2965
s3_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.
48
48
- [ ListObjectsV2] ( zcl_aws1_s3_actions.clas.abap#L197 )
49
49
- [ PutObject] ( zcl_aws1_s3_actions.clas.abap#L216 )
50
50
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
+
51
58
52
59
<!-- custom.examples.start-->
53
60
<!-- custom.examples.end-->
@@ -79,6 +86,18 @@ This example shows you how to do the following:
79
86
<!-- custom.basics.s3_Scenario_GettingStarted.end-->
80
87
81
88
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
+
82
101
### Tests
83
102
84
103
⚠ Running tests might result in charges to your AWS account.
You can’t perform that action at this time.
0 commit comments