Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uppy-s3_multipart
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
uppy-s3_multipart
Commits
54907fa7
Commit
54907fa7
authored
Feb 17, 2022
by
liyijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新修改错误的文件
parent
ffcfeee8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app.rb
lib/uppy/s3_multipart/app.rb
+1
-1
No files found.
lib/uppy/s3_multipart/app.rb
View file @
54907fa7
...
@@ -97,7 +97,7 @@ module Uppy
...
@@ -97,7 +97,7 @@ module Uppy
r
.
get
String
,
String
do
|
upload_id
,
part_number
|
r
.
get
String
,
String
do
|
upload_id
,
part_number
|
key
=
param!
(
"key"
)
key
=
param!
(
"key"
)
result
=
client
(
:prepare_upload_part
,
upload_id:
upload_id
,
key:
key
,
part_number:
part_number
)
result
=
client
_call
(
:prepare_upload_part
,
upload_id:
upload_id
,
key:
key
,
part_number:
part_number
)
{
url:
result
.
fetch
(
:url
)
}
{
url:
result
.
fetch
(
:url
)
}
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment