Skip to content

Commit 70f770c

Browse files
committed
feat(obs): docs added
1 parent 1a0e6af commit 70f770c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

otcextensions/tests/functional/sdk/obs/v1/test_large_files.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1010
# License for the specific language governing permissions and limitations
1111
# under the License.
12-
import openstack
1312
import uuid
1413
from otcextensions.tests.functional import base
1514

@@ -40,4 +39,4 @@ def test_01_upload_large_file(self):
4039
container=self.container,
4140
obj='largefile'
4241
)
43-
self.client.delete_object(self.object)
42+
self.client.delete_object(self.object)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
upgrade:
3+
- |
4+
Uploading large files is now more reliable. When using the data parameter,
5+
the SDK can automatically split the upload into chunks, improving stability
6+
and reducing the chance of failures.

0 commit comments

Comments
 (0)