Skip to content

Commit

Permalink
Merge definitions.py into helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurugana committed Nov 10, 2020
1 parent 1adadb8 commit d10ebcd
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 327 deletions.
13 changes: 6 additions & 7 deletions minio/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@
from .datatypes import (CompleteMultipartUploadResult, ListAllMyBucketsResult,
ListMultipartUploadsResult, ListPartsResult, Object,
Part, parse_list_objects)
from .definitions import BaseURL, ObjectWriteResult
from .deleteobjects import DeleteError, DeleteRequest, DeleteResult
from .error import InvalidResponseError, S3Error, ServerError
from .helpers import (amzprefix_user_metadata, check_bucket_name,
check_non_empty_string, check_sse, check_ssec,
get_part_info, headers_to_strings, is_amz_header,
is_supported_header,
is_valid_policy_type, makedirs, md5sum_hash, quote,
read_part_data, sha256_hash, strptime_rfc3339)
from .helpers import (BaseURL, ObjectWriteResult, amzprefix_user_metadata,
check_bucket_name, check_non_empty_string, check_sse,
check_ssec, get_part_info, headers_to_strings,
is_amz_header, is_supported_header, is_valid_policy_type,
makedirs, md5sum_hash, quote, read_part_data,
sha256_hash, strptime_rfc3339)
from .legalhold import LegalHold
from .lifecycleconfig import LifecycleConfig
from .notificationconfig import NotificationConfig
Expand Down
308 changes: 0 additions & 308 deletions minio/definitions.py

This file was deleted.

Loading

0 comments on commit d10ebcd

Please sign in to comment.