Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Download an object from a bucket fails if file destination does not exists #46

Closed
nalsaber opened this issue May 1, 2019 · 1 comment

Comments

@nalsaber
Copy link
Member

nalsaber commented May 1, 2019

Issue Report

Describe the issue
Download an object from a bucket fails if file destination does not exists.
Error message: "AttributeError: 'NoneType' object has no attribute 'upper'"

Expected behavior
Download object from bucket

Module name
oci_object.py

  • OCI Ansible Modules version:
    1.7.0
nalsaber added a commit that referenced this issue May 1, 2019
Added
- Added modules to manage:
    - [Web Application Firewall Service](https://docs.cloud.oracle.com/iaas/Content/WAF/Concepts/overview.htm)
    - [Federating with Identity Providers](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/federation.htm)
    - [Oracle Identity Cloud Service Group Mapping](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/addingidcsusersandgroups.htm)
- Added the following features in existing modules:
    - New allowed values `approximateSize` and `approximateCount` for the `fields` parameter of `oci_bucket_facts` module.  These enable populating `approximate_size` and `approximate_count` in the response.
    - Adding 'primary_private_ip' and 'primary_public_ip' addresses to instance module
- Samples to demonstrate:
  - how to a launch compute instance using an app catalog image

Changed
- Minimum supported OCI Python SDK to `2.1.7`

Fixed
- Download an object from a bucket fails if file destination does not exists [issue](#46)
- OCI ansible module are not respecting LOG_PATH [issue](#43)
- Update version of Python SDK [issue](#42)
- 'oci_security_list' should handle int values for ports in playbook

Co-authored-by: Nabeel Al Saber <nabeel.al.saber@oracle.com>
Co-authored-by: Mike Ross <mike.c.ross@oracle.com>
@nalsaber
Copy link
Member Author

nalsaber commented May 1, 2019

This issue was resolved in release v1.8.0.

@nalsaber nalsaber closed this as completed May 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant